li.privpolicy {
    font-size: 1.2rem!important;
    margin-top: 5%;
    margin-bottom: -5%;
    
}
@media(max-width:767px){
    li.privpolicy {
        font-size: 1.5rem!important;
        margin-top: 60%;
        margin-bottom: -45%;
    }
}

.privacypolicyul li, .tandcul li, .tandculul li, .canrefpolicyul li {
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

/*https://fonts.google.com/specimen/Poppins?query=popp&sidebar.open=true&selection.family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


fonts {
    font-family: 'Poppins', sans-serif;
}



body {
    background-color: #0a2b3d;
    margin: 0;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #051721;
}

#loader {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
}

#loader .load {
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 150px;
    transform: translate(-50%, -50%);
}

.l-viewport {
    position: relative;
    width: 100%;
    height: 100vh;
    /*box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);*/
    overflow: hidden;
}

.l-wrapper {
    position: relative;
    max-width: 92%;
    height: 100%;
    margin: 0 auto;
}

.l-side-nav {
    position: absolute;
    left: 0;
    display: flex;
    height: 90%;
    bottom: 0;
}

.l-side-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    max-height: 750px;
    background: url("../images/l_nav_bg.png") no-repeat;
    z-index: 10;
    background-size: 100% 100%;
}

@media (max-width: 1180px) {
    .l-side-nav {
        display: none;
    }
}

.l-main-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l-section {
    position: absolute;
    width: 100%;
    height: 100%;
}

.section {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}

.section--is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: opacity 0.4s ease-in-out 0.4s;
    color: #fff;
}

.section--next {
    transform: translateY(-45px);
    transition: transform 0.4s ease-in-out;
}

.section--prev {
    transform: translateY(45px);
    transition: transform 0.4s ease-in-out;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    padding: 1.5rem 0;
}

.header-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 16rem;
}

.header-logo img {
    width: 100%;
}

.header-logo p {
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.header--nav-toggle {
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    right: 1rem;
    top: 1rem;
    transition: transform .2s;
    transform: scale(1.0);
}

.header--nav-toggle span,
.header--nav-toggle::before,
.header--nav-toggle::after {
    content: "";
    position: relative;
    width: 16px;
    height: 2px;
    background-color: #fff;
}

.header--nav-toggle::before {
    bottom: 5px;
    width: 23px;
}

.header--nav-toggle::after {
    top: 5px;
    width: 23px;
}

.header-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fd6a02;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}

.header-cta:focus {
    outline: none;
}

.header-cta.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease-in-out 0.4s;
}

.header--nav-toggle:hover {
    transition: transform .2s;
    transform: scale(1.3);
}

li a {
    /*transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;*/
}

li.is-active a,
li:hover,
li:hover a {
    /*color: #F6A03C !important;*/
}

li.is-active a {
    font-weight: 500;
}

.outer-nav li:hover {
    color: #F6A03C !important;
    font-weight: 500;
}

.outer-nav li a:hover {
    color: #F6A03C !important;
    font-weight: 500;


}

@media (max-width: 767px) {
    .header-cta {
        display: none;
    }
}

.back_img {
    overflow: hidden;
    position: absolute;
    height: 100vh;
    opacity: 0.3;
}

.sliding-background {
    background-image: url(../images/city.png);
    height: 100vh;
    width: 5076px;
    animation: slide 40s linear infinite;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: repeat-x;
}

.home_startup img {
    height: 13rem;
}

.mt_cutom {
    margin-top: 17rem;
}

.startup_slider {
    border-top: solid 1px;
    /*     background-image: url(../images/dot.gif);
background-position: top;
    background-repeat: no-repeat;
*/
}

#car_overlay {
    background-image: url(../images/overlay_blue.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 100vh;
    width: 19%;
    z-index: +2;
    background-size: contain;
    left: 0;
    top: 0;
}

#car_overlay2 {
    background-image: url(../images/overlay_blue2.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 100vh;
    width: 23%;
    z-index: +2;
    background-size: contain;
    right: -17%;
    top: 0;
}

.startup_slider .owl-nav {
    text-align: center;
    position: absolute;
    top: -100%;
    width: 88%;
    height: 0;
    margin: auto;
    z-index: +99999 !important;
    margin-top: 1em;
    left: 4%;
}

/*.startup_slider .owl-nav {
    text-align: center;
    position: relative;
    top: calc(50% - 1px);
    width:6%;
    height: 0;
    margin: auto;
    z-index: +99999 !important;
	margin-top: 1em;
}
*/
.startup_slider h1 {
    font-weight: bold;
    color: #f6a03b;
    font-size: 1.3em;
}

.startup_slider h1 span {
    color: #fff;
    font-weight: 400;
    font-size: 0.8em !important;
}

.startup_slider p {
    font-weight: 300;
}

.startup_slider .owl-prev,
.owl-next {
    color: #fff !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 3rem !important;
    height: 2rem !important;
}

@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-1692px, 0, 0);
    }
}

.side-nav {
    position: relative;
    display: flex;
    width: 11.0rem;
    max-height: 76%;
    max-height: 100%;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
    padding: 2.5rem 0;
    list-style-position: inside;
    z-index: 10;
    content: "07";
}

.side-nav>li {
    position: relative;
    color: #4D616A;
    font-size: 0.9rem;
    cursor: pointer;
    width: 7.45rem;
    margin-left: auto;
    text-align: center;
    margin-right: 0.4rem;
    list-style: none;
}

/*.side-nav > li:first-child{padding-top: 0 !important;}*/
.side-nav>li span.line {
    display: block;
    height: 7px;
    width: 100%;
    background: #000;
    margin-top: 0.4rem;
}

/*.side-nav > li span {  position: relative; top: 3px; left: 10px; color: #fff; font-size: 14px; font-weight: 300; visibility: hidden;}*/
.side-nav>li::before,
.side-nav>li::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    background: #555;
    height: 3px;
    width: 1rem;
    font-size: 14px;
    font-weight: 300;
}

.side-nav>li::before {
    left: 0;
}

.side-nav>li::after {
    right: 0;
}

.side-nav>li.startup_journey_tab::before,
.side-nav>li.startup_journey_tab::after {
    width: 0.2rem;
}

/*.side-nav li:nth-child(1)::before {content: "01";}
.side-nav li:nth-child(2)::before {content: "02";}
.side-nav li:nth-child(3)::before {content: "03";}
.side-nav li:nth-child(4)::before {content: "04";}
.side-nav li:nth-child(5)::before {content: "05";}
.side-nav li:nth-child(6)::before {content: "06";}
.side-nav li:nth-child(7)::before {content: "07";}*/
.side-nav>li:hover {
    color: #FFFFFF;
    font-weight: 600;
}

.side-nav li.is-active {
    color: #F6A03C;
    transition: color 0.4s ease-in-out;
    font-weight: 600;
}

.side-nav li.is-active span {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease-in-out;
}

/*.side-nav li.is-active::before {left: -33px; color: #fff;}*/
.side-nav li.is-active::before .socio-menu p {
    font-size: 55px;
    font-weight: 900;
    transform: translateX(0) translateZ(0);
    opacity: 1;
    transition: transform 0.4s, opacity 0.4s;
}

.side-nav li.is-active::before .socio-menu p a {
    color: #fff;
    text-decoration: none;
}


.perspective {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.perspective--modalview {
    position: fixed;
    perspective: 1500px;
}

/*container*/
/*.container {position: relative; transform: translateZ(0) translateX(0) rotateY(0deg); min-height: 100%; outline: 30px solid #fd6a02; transition: transform 0.4s;}*/
.container {
    position: relative;
    transform: translateZ(0) translateX(0) rotateY(0deg);
    min-height: 100%;
    transition: transform 0.4s;
    max-width: 100%;
}

.modalview .container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
}

.effect-rotate-left .container {
    transform-origin: 0% 50%;
    transition: transform 0.4s;
}

.effect-rotate-left--animate .container {
    transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    outline: 30px solid #fd6a02;
}

/*container-main*/
.container-main {
    position: relative;
    min-height: 100%;
    transition: transform 0.4s;
}

.modalview .container-main {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
}

.effect-rotate-left .container-main {
    transform-origin: 0% 50%;
    transition: transform 0.4s;
}

/*.effect-rotate-left--animate .container-main {}*/

.outer-nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #0F2D3E;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    visibility: hidden;
    transition: visibility 0s 0.2s;
    z-index: 999;
}


/*.outer-nav{position: absolute;
top: 50%;
left: 55%;
transform: translateY(-50%);
transform-style: preserve-3d;
margin: 0;
padding: 0;
list-style: none;
text-align: center;
visibility: hidden;
	transition: visibility 0s 0.2s;
	min-width: 25%;}*/

.outer-nav.is-vis {
    visibility: visible;
}

.outer-nav-return {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    z-index: 11;
}

.outer-nav-return.is-vis {
    display: block;
}

.outer-nav>li {
    transform-style: preserve-3d;
    transform: translateX(350px) translateZ(-1000px);
    font-size: 2.2rem;
    font-weight: 300;
    opacity: 0;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    list-style: none;
}

.outer-nav>li.is-vis {
    transform: translateX(0) translateZ(0);
    opacity: 1;
    transition: transform 0.4s, opacity 0.4s;
    color: #fff;
}

/*.outer-nav > li::before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -25%); width: 110%; height: 15px; opacity: 0; background-color: #fd6a02;}*/
.outer-nav>li.is-active::before {
    opacity: 1;
}

/*@media (max-width: 767px) {
  .outer-nav > li {font-size: 44px;}
}
@media (max-width: 600px) {
  .outer-nav > li {font-size: 34px;}
}*/
/*.outer-nav li.is-vis:nth-child(2) {transition-delay: 0.04s;}
.outer-nav li.is-vis:nth-child(3) {transition-delay: 0.08s;}
.outer-nav li.is-vis:nth-child(4) {transition-delay: 0.12s;}
.outer-nav li.is-vis:nth-child(5) {transition-delay: 0.16s;}
*/

.perspective--modalview {
    background: #0F2D3E;
}

/*.perspective--modalview .header-logo{display: none;}*/

.social_icon {
    position: fixed;
    bottom: 2rem;
    display: none;
    z-index: 99999;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
}

.perspective--modalview .social_icon {
    display: flex;
}

.social_icon li {
    margin: 0 0.9rem;
}

.social_icon li a {
    color: #fff;
    font-size: 2rem;
}

.social_icon li a:hover {
    color: #F6A03C;
}

/*.social_icon li a img{width: auto; height: 1.7rem;     transition: transform .2s;
    transform: scale(1.0);}
.social_icon li a img:hover{
    transition: transform .2s;
    transform: scale(1.3);
}
*/
.home_section h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.3
}

.home_section img {
    max-width: 100%;
}

/*.home_section .links{margin-top: 4rem; }
.home_section .links a{width: 9rem; display: inline-block; position: relative;}
.home_section .links a span.front_btn, .home_section .links a span.hover_btn{display: inline-flex; border: 1px solid; border-color: rgba(255,255,255,0.3); padding: 0.3rem 0.5rem; width: 100%; justify-content: center; align-items: center; border-radius: 2rem; color: #fff; text-decoration: none; position: relative; transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;}
.home_section .links:last-child{margin-left: 2rem;}
.home_section .links a span.hover_btn{background: #F6A03C; left: -3rem; position: absolute; opacity: 100;}
.home_section .links a:hover span.front_btn{opacity: 0;}
.home_section .links a:hover span.hover_btn{display: inline-flex; left: 0.5rem; opacity: 1;}
.home_section .links a span>span{padding-left: 0.5rem; line-height: 0.5;}*/




/* RIGHT TO LEFT */
.home_section .hover_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_section .hover_btn .material-icons {
    padding-left: 0.3rem;
}

.home_section .links {
    margin-top: 4rem;
}

.home_section .links a {
    display: inline-flex;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 1);
    padding: 0.3rem 0.5rem;
    width: 9rem;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: 0.70s;
    -webkit-transition: 0.40s;
    -moz-transition: 0.40s;
    -ms-transition: 0.40s;
    -o-transition: 0.40s;
    background: linear-gradient(to left, #0f2d3e 50%, #F6A03C 50%);
    background-size: 200% 100%;
    background-position: bottom right;
}

.home_section .links a:hover {
    background-position: bottom left;
    color: #fff !important;
}




.home_services {}

.home_services h2 {
    font-weight: 300;
    font-size: 2.5rem;
    margin: 0 0.8rem 2rem;
}

.home_services h2 span {
    font-family: 'Poppins', sans-serif;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.3;
    background: #F6A03C;
    display: block;
    margin-top: 1rem;
    padding: 0.5rem 0.5rem;
}


.box-services-wraper {
    transition: all 0.2s ease-in-out;
    margin: 0 0.4rem;
}

.box-services {
    position: relative;
    height: 15rem;
    background-color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    padding: 0.5rem 0.3rem;
    border-radius: 1rem;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
}

.box-services .content {
    display: flex;
    flex-flow: column;
    transition: all 0.2s ease-in-out;
}

.box-services .content h3 {
    font-size: 0.9rem;
    color: #F6A03C;
    margin-top: 0rem;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
}

.box-services .content .desc {
    transform: scale(0, 0);
    transition: all 0.2s ease-in-out;
}

.box-services .content .desc p {
    font-size: 0.7rem;
    font-weight: 300;
    text-transform: none;
    margin-top: 0rem;
}

.box-services .content figure {
    height: 6rem;
    transition: all 0.2s ease-in-out;
}

.box-services .content figure img {
    height: 100%;
    width: auto;
    transition: all 0.2s ease-in-out;
    margin: auto;
}

.box-wraper-height {
    height: calc(15rem + 2rem);
}

.box-services:hover .content {
    padding-top: 0rem;
    cursor: pointer;
}

.box-services:hover .content figure {
    height: 4rem;
}

/*.box-services:hover .content img {  width: 60px;  filter: none;}*/
.box-services:hover .content .desc {
    display: block !important;
    transform: scale(1, 1);
}

.box-services-wraper:hover .box-services {
    height: calc(15rem + 2rem);
    background: #F6A03C;
}

.box-services-wraper:hover .box-services .content h3 {
    color: #fff;
    font-weight: 600;
}

.box-services-wraper:hover .box-services .content p {
    color: #fff;
}

.box-services-wraper:hover {
    border: 0px solid;
    border-color: #707070;
}

.home_services .owl-stage {
    display: flex;
    align-items: center;
}


.home_portfolio {
    height: 83% !important;
}

.home_portfolio .box {
    /* width: 15rem; */
    height: 7rem;
    transition: all 0.2s ease-in-out;
    padding: 1rem 2.5rem;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 0 !important;
    align-items: center;
    justify-content: center;
    display: flex;
}

.home_portfolio .item:nth-child(4) .box {
    border-right: 0;
}

.home_portfolio .item:nth-child(8) .box {
    border-right: 0;
}

.home_portfolio .item:nth-child(12) .box {
    border-right: 0;
}

.home_portfolio .item:nth-child(16) .box {
    border-right: 0;
}

.home_portfolio .item:nth-child(20) .box {
    border-right: 0;
}

.home_portfolio .item:nth-child(24) .box {
    border-right: 0;
}




.home_portfolio .box figure {}

.home_portfolio .box figure img {
    max-width: 100%;
    max-height: 7rem;
    transition: all .3s;
    /*filter: grayscale(100%) brightness(135%) saturate(0%) contrast(199%) invert(60%);
-webkit-filter: grayscale(100%) brightness(135%) saturate(0%) contrast(199%) invert(60%);
-moz-filter: grayscale(100%) brightness(135%) saturate(0%) contrast(199%) invert(60%);*/
}

.home_portfolio .box img {
    /*filter: hue-rotate(180deg);*/
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.home_portfolio .box:hover img {
    filter: hue-rotate(00deg);
    opacity: 1.0;
    transform: scale(1.1);
}

.border_bottom_dash {
    border-bottom: dashed 1px #ccc;
}

.owl-nav {
    text-align: center;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    height: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 0rem;
    color: #2185f4;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0rem;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0rem;
}

.owl-carousel .owl-nav button.owl-prev::after,
.owl-carousel .owl-nav button.owl-next::after {
    font-family: 'Material Icons';
    -webkit-font-feature-settings: 'liga';
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 2px;
    top: 0;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev::after {
    content: "arrow_back_ios";
}

.owl-carousel .owl-nav button.owl-next::after {
    content: "arrow_forward_ios";
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.4;
}

.owl-dots {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 1rem;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    background-color: #F6A03C;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    width: 10px;
    filter: Alpha(Opacity=500);
    /*IE7 fix*/
    opacity: 0.3;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

.owl-carousel button:focus {
    border: 0;
    outline: none;
}





.show_wraper {}

.show_wraper .shw_div,
.show_wraper .hide_div {
    display: none;
}

.show_wraper .shw_div.active,
.show_wraper .hide_div.active {
    display: block;
}


.contact_box_container {
    margin: 0 3rem;
}

.home_contact .card {
    background: #fff;
    height: 31rem;
    margin-top: 5rem;
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    position: relative;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    color: #F6A03C;
}

.home_contact .card h2 {
    font-size: 2.8rem;
    font-weight: 700;
}

.home_contact .card .btn {
    font-size: 0;
    width: 2.0rem;
    height: 2.0rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: 1.0rem;
    right: 1.0rem;
    overflow: hidden;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
}

.home_contact .card .btn::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F6A03C;
    left: calc(50% - 3.5px);
    top: calc(50% - 3.5px);
}

.home_contact .card .btn.collapsed {
    background: #F7B021;
    color: #fff;
    border-radius: 1rem;
    padding: 0.2rem 0.5rem;
    position: absolute;
    bottom: 1.0rem;
    right: 1.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    width: 8rem;
}

.home_contact .card .btn .material-icons {
    font-size: 0;
}

.home_contact .card .btn.collapsed .material-icons {
    font-size: 2.2rem;
    color: #fff !important;
}

.home_contact .card .btn.collapsed::after {
    content: '';
    display: none;
}

.home_contact .card p {
    font-size: 1.1rem;
}

.home_contact .card p span {
    font-weight: 600;
}

.home_contact .card.active {
    background: #F6A03C;
}

.home_contact .card .cnt {
    margin: 2rem 0 0;
    height: 20rem;
}

.home_contact .card .cnt p {
    margin-bottom: 2.0rem;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
}

.home_contact .card .cnt p:last-child {
    margin-bottom: 0rem;
}

.home_contact .card .cnt a {
    color: #F6A03C;
}



.modal-backdrop {
    opacity: 0.2 !important;
}

.portfolio_modal .modal-dialog {
    max-width:
        /*750px*/
        50%;
}

.portfolio_modal .close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 999;
}

.portfolio_modal .modal-content {
    background: none;
}

.modal_content {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
}

.modal_content .lft_cnt {
    background: #ccc
        /*#041721*/
    ;
    width: 100%;
    border-radius: 1.5rem;
    padding: 1.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal_content .lft_cnt figure {
    width: 100%;
    margin-bottom: 0;
}

.modal_content .lft_cnt figure img {
    width: auto;
    max-height: 4rem;
    max-width: 200px;
    padding-bottom: 8px;
}

.modal_content .lft_cnt .sponsored_logo {
    width: 85%;
}

.modal_content .lft_cnt .sponsored_logo img {
    width: 100%;
}

.modal_content .modal_cnt {
    /*padding: 4.5rem 2rem; */
    padding: 1.5rem 1.5rem;
}

.modal_content .modal_cnt p {
    line-height: 2.2;
    font-size: 0.9rem;
    font-weight: 300;
}

.modal_content .modal_cnt p:last-child {
    margin-bottom: 0;
}

.modal_content img {
    max-width: 80%;

}

.modal_content p {
    margin-bottom: 0;
}

.modal_content a {
    color: #051721;
    text-decoration: underline;
}

.modal_content a:hover {
    color: #0F2D3E;
    text-decoration: underline;
}

.modal {
    z-index: 9999;
}

#privacypolicy {
    background-color: #0a2b3d;
}

#privacypolicy .modal-dialog {
    max-width: 80%;
    /*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
}

#privacypolicy .close {
    position: absolute;
    top: 0.3rem;
    right: 0rem;
    color: #fff;
}

#privacypolicy .modal-header {
    background: #F6A03C;
    border: 0;
    color: #fff;
    border-radius: 0.5rem;
    position: relative;
    z-index: 999;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#privacypolicy .modal-header div span {
    display: inline-block;
    width: 4rem;
    height: 1px;
    position: relative;
}

#privacypolicy .modal-header div span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
}

#privacypolicy .modal-header div span::after {
    content: '';
    position: absolute;
    top: calc(50% - 3.5px);
    background: #fff;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}

#privacypolicy .modal-header div span:first-child {
    margin-right: 1.5rem;
}

#privacypolicy .modal-header div span:first-child::after {
    right: -0.8rem;
}

#privacypolicy .modal-header div span:nth-child(3) {
    margin-left: 1.5rem;
}

#privacypolicy .modal-header div span:nth-child(3)::after {
    left: -0.8rem;
}

#privacypolicy .modal-body {
    max-height: 100%;
    overflow-y: hidden;
}

#privacypolicy .modal-body figure {
    width: 100%;
}

#privacypolicy .modal-body figure img {
    width: 100%;
    margin-top: -5rem;
}

#privacypolicy .modal-body .cnt {
    padding: 1rem 1rem;
    text-align: justify;
    /* border-bottom: solid 1px #30323354; */
    padding-left: 0;
    padding-right: 0;
    margin-right: 1rem;
    margin-left: 1rem;
}

#privacypolicy .modal-body .cnt p {
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

#privacypolicy .modal-body .cnt p:last-child {
    margin-bottom: 0;
}

#privacypolicy .modal-content {
    border-radius: 0.5rem;
    overflow: hidden;
}

/*.startup_slider .item{
  opacity:0.4;
  transition:.4s ease all;
 }
.startup_slider .active .item{
  opacity:1;
 } 
*/

/*.startup_slider .owl-item {
    background-image: url(../images/dot.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 2.5rem;
}
*/
.startup_slider .item {
    opacity: 0.4 !important;
    transition: .4s ease all;
    margin: 0 0px;
    transform: scale(1);
    background-image: url(../images/dot2.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 2.5rem !important;
}

@media(max-width:1000px) {
    .startup_slider .item {
        margin: 0;
    }
}

.startup_slider .active .item {
    opacity: 1 !important;
    transform: scale(1);
    background-image: url(../images/dot.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 2.5rem !important;

}

.startup_slider .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    padding-top: 0;
}


.main_close {
    position: absolute;
    left: calc(100% - 3.6rem);
    top: 1.5rem;
    width: 2rem;
    height: 2rem;
    z-index: 9991;
    color: #fff;
    font-size: 2rem;
    background: #0a2b3d;
}

.main_close .material-icons {
    font-size: 2rem;
}

@media (min-width: 767.98px) and (max-width: 1023.98px) {

    body,
    html {
        font-size: 13px;
        line-height: 1.0;
    }

    #privacypolicy .modal-body {
        max-height: 100%;
    }
}

@media (min-width: 1440px) {

    body,
    html {
        font-size: 16px;
        line-height: 1.0;
    }
}

@media only screen and (min-width:1200px) and (max-width:1280px) {

    #privacypolicy .modal-dialog {
        max-width: 85%;
    }

    .main_close {
        left: calc(100% - 3.45rem);
    }

    .box-services-wraper:hover .box-services {
        height: calc(17rem + 2rem);
    }
}

@media (min-width: 1680px) {

    body,
    html {
        font-size: 18.5px;
        line-height: 1.2;
    }

    .home_contact .card .cnt p {
        font-size: 1.3rem;
    }

    .box-services .content .desc p {
        font-size: 0.65rem;
    }

    .main_close {
        left: calc(100% - 3.3rem);
    }
}

@media (min-width: 1900px) {

    body,
    html {
        font-size: 21px;
        line-height: 1.3;
    }

    .main_close {
        position: absolute;
        left: calc(100% - 3.1rem);
        top: 1.2rem;
    }

    .f2 {
        padding-left: 1.9rem !important;
        padding-right: 2rem !important;
    }
}




/*
.header--nav-toggle {
  display: block;
  padding: 27px 19px;
  width: 18px;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  background-clip: content-box;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #000;
  z-index:+99999 !important;
}
.header--nav-toggle:hover {
  cursor: pointer;
}
.header--nav-toggle:before, .header--nav-toggle:after {
  position: relative;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  transition: transform 500ms ease-in-out;
}
.header--nav-toggle:before {
  top: -6px;
}
.header--nav-toggle:after {
  bottom: -4px;
}
.header--nav-toggle__text {
  display: none;
}
.header--nav-toggle--active {
  background-color: rgba(255, 255, 255, 0);
  transition-delay: 0s;
}
.header--nav-toggle--active:before {
  transform: translateY(6px) rotate(-225deg);
}
.header--nav-toggle--active:after {
  transform: translateY(-6px) rotate(225deg);
}
*/

/*#tab_our ul.nav.nav-pills {
    width: 100%;
     display: table;
    width: 100%;
	background-color: #4d616a;
}
*/
#tab_our ul.nav.nav-pills {
    width: 100%;
    display: flex;
    width: 100%;
    background-color: #4d616a;
    margin: auto;
    justify-content: center;
}

#tab_our a.nav-link {
    background: #4d616a;
    color: #fff !important;
    text-align: center;
    display: flex;
    border: solid 2px #FFF;
    border-radius: 1.2rem;
    margin: 0.5rem 0.5rem;
    padding: 0rem 3rem;
    align-items: center;
    justify-content: center;
    /*	padding-left: 2rem;
    padding-right: 2rem;
*/
}

/*#tab_our a {
    background: #4d616a;
    color: #fff !important;
    text-align: center;
    display: flex;
	border:solid 2px #FFF;
	border-radius: 1.2rem;
	margin: 0.5rem 0.5rem;
    padding: 0rem 3rem;
    align-items: center;
    justify-content: center;
 }*/
#tab_our a.active {
    background: #f6a03c;
    margin: 0.5rem 0.5rem;
    /*    padding: 0rem 0rem;
*/
    border-radius: 1.2rem;
    border: solid 2px #f6a03c;
}

img.dishant,
.tripti {
    max-width: 70% !important;
}

/*
#tab_our a span {
    display: inline-block;
    width: 4rem;
    height: 1px;
    position: relative;
}
#tab_our a span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
}
#tab_our a span:first-child::after {
    right: -0.8rem;
}
#tab_our a span::after {
    content: '';
    position: absolute;
    top: calc(50% - 3.5px);
    background: #fff;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}
#tab_our a span:nth-child(3) {
    margin-left: 1.5rem;
}

#tab_our a span {
    display: inline-block;
    width: 4rem;
    height: 1px;
    position: relative;
}
#tab_our a span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
}
#tab_our a span:nth-child(3)::after {
    left: -0.8rem;
}
#tab_our a  span::after {
    content: '';
    position: absolute;
    top: calc(50% - 3.5px);
    background: #fff;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}
#tab_our a span:first-child {
    margin-right: 1.5rem;
}*/
#tab_our img {
    max-width: 100%;
}

#tab_our li.nav-item {
    float: none;
    display: table-cell;
    padding: 0 1rem;
}

.f1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0 !important;
}

.f2 {
    /*    padding-left: 4.32rem;
    padding-right: 4.32rem;
*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0 !important;
    padding-left: 2.2rem;
    padding-right: 2.3rem;
}

#about p {
    margin-top: auto;
}

#co-founder p {
    margin-top: 5rem;
}

#privacypolicy .modal-header {
    padding: 0;
}

#privacypolicy .container {
    transition: transform 0s;
}

.home_services img {
    max-width: 100%;
}

.din {
    background: none !important;
    color: initial !important;
    display: inline-block !important;
    text-align: left !important;
    padding: 0 !important;
    width: auto !important;
    text-decoration: underline;
}

.portfolio_slider .owl-prev {
    color: #fff !important;
    background: transparent !important;
    box-shadow: none !important;
}

.portfolio_slider .owl-prev,
.owl-next {
    color: #fff !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 3rem !important;
    height: 2rem !important;
}

.d1 {
    animation-delay: 0.5s;
}

.d2 {
    animation-delay: 0.8s;
}

.d3 {
    animation-delay: 1.1s;
}

.d4 {
    animation-delay: 2s;
}

.d5 {
    animation-delay: 2.5s;
}

.d6 {
    animation-delay: 3s;
}

.d7 {
    animation-delay: 3.5s;
}

.d8 {
    animation-delay: 4s;
}

#scroll_down {
    position: absolute;
    bottom: 1rem;
    width: 66.666667%;
    text-align: center;
    font-size: 1rem;
    margin-left: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

#scroll_down2 {
    position: absolute;
    bottom: 1rem;
    width: 66.666667%;
    text-align: center;
    font-size: 1rem;
    margin-left: 25%;
    padding-right: 15px;
    padding-left: 15px;
    display: none;
}

.social_icon2 {
    margin-top: 0 !important;
}

.social_icon2 img {
    margin-right: 1em;
}

.social_icon2 a {
    display: inline-block !important;
    background: transparent !important;
}

.portfolio_slider .item {
    max-width: 25%;
    width: 100%;
}

.mobile {
    display: none;
}

.mo_display {
    display: none;
}









@media (max-width: 767.98px) {

    body,
    html {
        font-size: 12px;
        line-height: 1.0;
    }

    .l-main-content {
        padding-top: 0rem;
    }

    .header {
        padding: 0.5rem 0;
    }

    .header--nav-toggle {
        top: 0.5rem;
        z-index: 9999;
    }

    .box-services-wraper {
        margin-bottom: 0.8rem;
    }

    .box-wraper-height {
        height: auto;
    }

    #privacypolicy .modal-body {
        max-height: 100vh;
    }

    .home_contact .card .cnt {
        height: auto;
        margin-top: 1em;
    }

    .home_contact .card h2 {
        font-size: 1.8rem;
    }

    .home_contact .card {
        height: auto;
        margin-top: 2em;
        padding: 2rem 2rem;
    }

    .portfolio_slider .item {
        max-width: 50% !important;
    }

    .home_portfolio .box figure img {
        max-height: 5rem;
    }

    .home_portfolio .box {
        height: 5rem;
        margin-top: 0.5rem;
        border: none;
    }

    .portfolio_modal .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

    .portfolio_modal .d-flex {
        display: block !important;
    }

    .portfolio_modal .col-md-4 {
        text-align: center;
    }

    .modal_content img {
        max-width: 120px !important;
        max-height: 4rem !important;
        margin-bottom: 1em;
    }

    .home_portfolio {
        height: 100% !important;
    }

    .home_section .links a {
        width: 10rem;
    }

    .home_section h1 {
        font-size: 2.2rem;
    }

    .home_section .links {
        margin-top: 1.5rem;
        margin-bottom: 2em;
    }

    .home_section .mt-5 {
        margin-top: 0 !important;

    }

    #scroll_down {
        bottom: 6em !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .startup_slider h1 {
        font-size: 1.1em;
    }

    .sliding-background {
        height: 80vh;
        animation: slide 30s linear infinite;
        background-size: 200%;
        opacity: 0.4;
    }

    .home_contact .card .cnt p {
        margin-bottom: 1.0rem;
        font-size: 1rem;
    }

    #privacypolicy .modal-dialog {
        max-width: 100%;
    }

    #privacypolicy .modal-title {
        font-size: 1.2rem !important;
    }

    #tab_our a span {
        width: 2rem !important;
    }

    #privacypolicy .container {
        height: 80vh;
        overflow: scroll;
        padding-bottom: 3em;
    }

    #our_tab .col-md-5 {
        padding-right: 0;
        text-align: center;
    }

    #about .col-md-5 {
        padding-right: 0;
        text-align: center;
    }

    #about p {
        margin-top: auto !important;
    }

    #co-founder p {
        margin-top: auto !important;
    }

    .back_img {
        left: -15px;
    }

    #our_tab video {
        width: 40%;
        margin-top: 20px;
    }

    #about .dishant {
        height: 15em;
        margin-top: 20px;
    }

    #about .tripti {
        height: 15em;
        margin-top: 20px;
        text-align: center;
    }

    #tab_our li.nav-item {
        float: left;
        width: 100%;
        display: block !important;
    }

    #tab_our a span {
        display: none;
    }

    #privacypolicy .close {
        top: 0rem;
        padding: 0.5rem;
    }

    .portfolio_modal .col-md-8 {
        text-align: center;
        line-height: 1.3;
    }

    .lft_cnt img {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .home_startup img {
        height: 9.3rem;
    }

    #car_overlay {
        display: none;
    }

    #car_overlay2 {
        display: none;
    }

    .home_contact .container-fluid {
        margin-top: -2em;
    }

    /*#port_slider {
    padding-top: 4em;
}
*/
    .desk {
        display: none;
    }

    .mobile {
        display: block !important;
    }

    .main_close {
        left: calc(100% - 4.6rem);
        width: 3rem;
        height: 2rem;
        background: #0f2d3e;
        z-index: +999999;
        padding-left: 0.3em;
    }

    #our_tab .col-md-7 {
        padding-right: 0;
    }

    #about .col-md-7 {
        padding-right: 0;
    }

    #privacypolicy .modal-body .cnt {
        padding-bottom: 2.3em;
    }









}





@media only screen and (min-width:320px) and (max-width:559px) {
    #scroll_down2 {
        bottom: 6em !important;
        width: 100% !important;
        margin-left: 0 !important;
        display: block !important;
    }

    .mo_display {
        display: block !important;
        font-size: 1.2em;
        margin-bottom: 1em;
        text-align: center;
    }

    .social_icon2 {
        text-align: center;
    }

    .ren {
        height: 7rem !important;
        max-width: 100% !important;
        max-height: 7rem !important;
    }













}